# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'

abstract_target 'All' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for OnSong
  # pod 'Flurry-iOS-SDK/FlurrySDK' #Analytics Pod
  pod 'GoogleAPIClientForREST/Drive' #, '~> 1.2.1'
  pod 'GoogleSignIn' #, '4.0.1'
  pod 'MZFormSheetPresentationController'
  pod 'NMSSH'
  pod 'FMDB'
  pod 'MHWDirectoryWatcher'
  pod 'libxlsxwriter'
  pod 'GTMNSStringHTMLAdditions'
  pod 'Purchases' #, '= 3.7.1'
  pod 'XMLDictionary'
  pod 'AirTurnInterface', '~> 4.4.2-b.6'
  # pod 'FBSDKCoreKit'
  pod 'GCDWebServer'
  pod 'GCDWebServer/WebDAV'
	#pod 'google-cast-sdk'
	pod 'NSTiffSplitter'
	
	target 'OnSong' do
	end
	
	target 'OnSong 2020' do
	end
	
	target 'OnSong Beta' do
	end
end

post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
        end
    end
end
